home *** CD-ROM | disk | FTP | other *** search
/ OctaMED Sound Studio 1 / OctaMED SoundStudio V1.iso / docs / rexx / restore_f_keys.omed < prev    next >
Text File  |  1996-06-18  |  256b  |  10 lines

  1. /* Restore F_Keys */
  2. if ~open("f_keys","T:f_keys.omedtemp",W) then exit
  3. call writeln("f_keys",00)
  4. call writeln("f_keys",16)
  5. call writeln("f_keys",32)
  6. call writeln("f_keys",48)
  7. call writeln("f_keys",63)
  8. call close("f_keys")
  9. wi_showstring "F-Keys restored."
  10.